Web Vitals Reference#80
Conversation
| metadata["regions"] = regions | ||
|
|
||
| # Save updated metadata | ||
| with open(metadata_file, 'w') as f: |
There was a problem hiding this comment.
Mend Code Security Check
New finding (1 of 2)
The Mend Code Security Check of your branch failed because of a Path/Directory Traversal finding in this line.
| Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
|---|---|---|---|---|---|
| Path/Directory Traversal | 1 | 2026-06-02 09:56am | |||
| |||||
|
|
||
| # Load existing metadata | ||
| metadata_file = Path(execution_dir) / "execution-metadata.json" | ||
| with open(metadata_file, 'r') as f: |
There was a problem hiding this comment.
Mend Code Security Check
New finding (2 of 2)
The Mend Code Security Check of your branch failed because of a Path/Directory Traversal finding in this line.
| Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
|---|---|---|---|---|---|
| Path/Directory Traversal | 1 | 2026-06-02 09:56am | |||
| |||||
A reference for the Core web vitals metrics and the additional metrics we are pulling
webvitals.md